GtkPopover: Fix two doc comments
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Mar 2014 23:13:53 +0000 (19:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 17 Mar 2014 23:13:53 +0000 (19:13 -0400)
gtk/gtkpopover.c

index 0112f39ec1b478144646ed5b8a074b4f47d1aaaf..d9ce6328ad37167b812ef810c31d97161d5b1ca0 100644 (file)
@@ -1682,7 +1682,7 @@ gtk_popover_update_preferred_position (GtkPopover      *popover,
 
 /**
  * gtk_popover_new:
- * @relative_to (allow-none): #GtkWidget the popover is related to
+ * @relative_to: (allow-none): #GtkWidget the popover is related to
  *
  * Creates a new popover to point to @relative_to
  *
@@ -1703,7 +1703,7 @@ gtk_popover_new (GtkWidget *relative_to)
 /**
  * gtk_popover_set_relative_to:
  * @popover: a #GtkPopover
- * @relative_to (allow-none): a #GtkWidget
+ * @relative_to: (allow-none): a #GtkWidget
  *
  * Sets a new widget to be attached to @popover. If @popover is
  * visible, the position will be updated.